home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 11 - Censoring Information / kidlogger.exe / {app} / snap.bat < prev    next >
DOS Batch File  |  2005-07-20  |  510b  |  20 lines

  1. rem exit
  2. @echo off
  3. rem start /w dsk_bmp4.exe %1.bmp 600 450
  4. start /w dsk_bmp4.exe %1.bmp 800 750
  5.  
  6. REM This file is called by KidLogger every 15 minutes.
  7. REM  where %1 is the file name of captured screen image.
  8. REM
  9.  
  10. REM Next sections is for power users.
  11. REM
  12.  
  13. REM here's to compress captured images
  14. REM rar a -ep %1.rar %1.bmp
  15. REM del %1.bmp
  16.  
  17. REM here's to send log files and captured images to email
  18. REM report.exe mail.yahoo.com john@yahoo.com john@yahoo.com screenshot attached %1.rar
  19. REM 
  20.